home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 1999 March / CD Rom Data Mart 1999.iso / Media / Menu.dxr / 00045_Basic button.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  213 b   |  11 lines

  1. on mouseDown
  2.   puppetSprite(the clickOn, 1)
  3.   set the castNum of sprite the clickOn to the number of member "Basic pushed"
  4.   puppetSprite(the clickOn, 0)
  5.   buttondown()
  6. end
  7.  
  8. on mouseUp
  9.   play movie "multimed"
  10. end
  11.